Skip to content

feat(split): add payment splitting among recipients - #100

Merged
AbdulmujibOladayo merged 1 commit into
Breedar:mainfrom
Falytom:feat/payment-splitting
Sep 11, 2026
Merged

feat(split): add payment splitting among recipients#100
AbdulmujibOladayo merged 1 commit into
Breedar:mainfrom
Falytom:feat/payment-splitting

Conversation

@Falytom

@Falytom Falytom commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Adds a split package that allocates a payment amount among multiple recipients by basis-point share, with the remainder assigned to the last recipient so allocations always sum exactly.

Closes #63

@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

@Falytom is attempting to deploy a commit to the abdulmujiboladayo's projects Team on Vercel.

A member of the Team first needs to authorize it.

@AbdulmujibOladayo AbdulmujibOladayo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean, self-contained implementation. Basis-point share validation (must sum to 10000) and remainder-to-last-recipient handling avoid rounding-loss bugs in the sum of allocations. LGTM.

@AbdulmujibOladayo
AbdulmujibOladayo merged commit 953e0ad into Breedar:main Sep 11, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add payment splitting feature

2 participants